home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Automation Utilities / Auto Star Manager / AutoStartup.exe / 0 / RCDATA / TPROGRAMFORM / TPROGRAMFORM.txt
Encoding:
Text File  |  1997-08-23  |  12.6 KB  |  561 lines

  1. object ProgramForm: TProgramForm
  2.   Left = 233
  3.   Top = 152
  4.   HelpContext = 20
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Auto Start Manager - Program Definition'
  8.   ClientHeight = 373
  9.   ClientWidth = 522
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -10
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poDefaultPosOnly
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label10: TLabel
  21.     Left = 8
  22.     Top = 32
  23.     Width = 55
  24.     Height = 13
  25.     Caption = 'Last tested:'
  26.   end
  27.   object Label11: TLabel
  28.     Left = 112
  29.     Top = 32
  30.     Width = 168
  31.     Height = 13
  32.     Caption = '<                       date                      >'
  33.   end
  34.   object PageControl1: TPageControl
  35.     Left = 4
  36.     Top = 7
  37.     Width = 510
  38.     Height = 336
  39.     ActivePage = ProgramTab
  40.     TabOrder = 0
  41.     object ProgramTab: TTabSheet
  42.       HelpContext = 20
  43.       Caption = 'Program'
  44.       object Label4: TLabel
  45.         Left = 18
  46.         Top = 10
  47.         Width = 31
  48.         Height = 13
  49.         Caption = 'Name:'
  50.       end
  51.       object Title: TLabel
  52.         Left = 84
  53.         Top = 10
  54.         Width = 45
  55.         Height = 13
  56.         Caption = '<name>'
  57.         Font.Charset = ANSI_CHARSET
  58.         Font.Color = clBlack
  59.         Font.Height = -11
  60.         Font.Name = 'MS Sans Serif'
  61.         Font.Style = [fsBold]
  62.         ParentFont = False
  63.       end
  64.       object GroupBox1: TGroupBox
  65.         Left = 7
  66.         Top = 29
  67.         Width = 488
  68.         Height = 129
  69.         Caption = ' Program: '
  70.         TabOrder = 0
  71.         object Label1: TLabel
  72.           Left = 9
  73.           Top = 21
  74.           Width = 42
  75.           Height = 13
  76.           Caption = 'Program:'
  77.         end
  78.         object Label2: TLabel
  79.           Left = 9
  80.           Top = 75
  81.           Width = 36
  82.           Height = 13
  83.           Caption = 'Start in:'
  84.         end
  85.         object Label3: TLabel
  86.           Left = 9
  87.           Top = 102
  88.           Width = 47
  89.           Height = 13
  90.           Caption = 'Run style:'
  91.         end
  92.         object Label5: TLabel
  93.           Left = 9
  94.           Top = 48
  95.           Width = 56
  96.           Height = 13
  97.           Caption = 'Parameters:'
  98.         end
  99.         object ModuleName: TEdit
  100.           Left = 77
  101.           Top = 18
  102.           Width = 330
  103.           Height = 21
  104.           HelpContext = 21
  105.           TabOrder = 0
  106.           OnChange = DataChange
  107.         end
  108.         object StartDirectory: TEdit
  109.           Left = 78
  110.           Top = 72
  111.           Width = 330
  112.           Height = 21
  113.           HelpContext = 24
  114.           TabOrder = 2
  115.           OnChange = DataChange
  116.         end
  117.         object RunWindow: TComboBox
  118.           Left = 78
  119.           Top = 99
  120.           Width = 118
  121.           Height = 21
  122.           HelpContext = 25
  123.           Style = csDropDownList
  124.           DropDownCount = 3
  125.           ItemHeight = 13
  126.           Items.Strings = (
  127.             'Normal'
  128.             'Minimised'
  129.             'Maximised')
  130.           TabOrder = 3
  131.           OnChange = DataChange
  132.         end
  133.         object CmdBrowseButton: TButton
  134.           Left = 419
  135.           Top = 18
  136.           Width = 61
  137.           Height = 20
  138.           HelpContext = 22
  139.           Caption = 'Browse...'
  140.           TabOrder = 4
  141.           OnClick = CmdBrowseButtonClick
  142.         end
  143.         object StartBrowseButton: TButton
  144.           Left = 419
  145.           Top = 73
  146.           Width = 61
  147.           Height = 20
  148.           HelpContext = 24
  149.           Caption = 'Browse...'
  150.           TabOrder = 5
  151.           OnClick = StartBrowseButtonClick
  152.         end
  153.         object CommandLine: TEdit
  154.           Left = 77
  155.           Top = 46
  156.           Width = 330
  157.           Height = 21
  158.           HelpContext = 23
  159.           TabOrder = 1
  160.           OnChange = DataChange
  161.         end
  162.       end
  163.       object GroupBox2: TGroupBox
  164.         Left = 7
  165.         Top = 172
  166.         Width = 488
  167.         Height = 126
  168.         Caption = ' Configuration: '
  169.         TabOrder = 1
  170.         object ConfigLabel: TLabel
  171.           Left = 168
  172.           Top = 23
  173.           Width = 103
  174.           Height = 13
  175.           Caption = 'Specific Configuration'
  176.           Enabled = False
  177.         end
  178.         object UserLabel: TLabel
  179.           Left = 168
  180.           Top = 52
  181.           Width = 74
  182.           Height = 13
  183.           Caption = 'Specific Userid '
  184.           Enabled = False
  185.         end
  186.         object ConfigComboBox: TComboBox
  187.           Left = 280
  188.           Top = 19
  189.           Width = 163
  190.           Height = 21
  191.           HelpContext = 26
  192.           Style = csDropDownList
  193.           Enabled = False
  194.           ItemHeight = 13
  195.           Sorted = True
  196.           TabOrder = 1
  197.           OnChange = DataChange
  198.         end
  199.         object AllConfigs: TCheckBox
  200.           Left = 16
  201.           Top = 22
  202.           Width = 107
  203.           Height = 14
  204.           HelpContext = 26
  205.           Caption = 'All configurations'
  206.           State = cbChecked
  207.           TabOrder = 0
  208.           OnClick = AllConfigsClick
  209.         end
  210.         object AllUsers: TCheckBox
  211.           Left = 16
  212.           Top = 50
  213.           Width = 97
  214.           Height = 17
  215.           HelpContext = 27
  216.           Caption = 'All Users'
  217.           State = cbChecked
  218.           TabOrder = 2
  219.           OnClick = AllUsersClick
  220.         end
  221.         object UserComboBox: TComboBox
  222.           Left = 280
  223.           Top = 48
  224.           Width = 163
  225.           Height = 21
  226.           HelpContext = 27
  227.           Enabled = False
  228.           ItemHeight = 13
  229.           TabOrder = 3
  230.           OnChange = DataChange
  231.           OnExit = UserComboBoxExit
  232.         end
  233.         object APMRadioGroup: TRadioGroup
  234.           Left = 16
  235.           Top = 80
  236.           Width = 457
  237.           Height = 33
  238.           HelpContext = 28
  239.           Caption = ' Power State: '
  240.           Columns = 3
  241.           ItemIndex = 0
  242.           Items.Strings = (
  243.             'Always'
  244.             'Mains Only'
  245.             'Battery Only')
  246.           TabOrder = 4
  247.           OnClick = DataChange
  248.         end
  249.       end
  250.     end
  251.     object FrequencyTab: TTabSheet
  252.       HelpContext = 18
  253.       Caption = 'Frequency'
  254.       object Label14: TLabel
  255.         Left = 34
  256.         Top = 20
  257.         Width = 31
  258.         Height = 13
  259.         Caption = 'Name:'
  260.       end
  261.       object FreqTitle: TLabel
  262.         Left = 132
  263.         Top = 20
  264.         Width = 45
  265.         Height = 13
  266.         Caption = '<name>'
  267.         Font.Charset = ANSI_CHARSET
  268.         Font.Color = clBlack
  269.         Font.Height = -11
  270.         Font.Name = 'MS Sans Serif'
  271.         Font.Style = [fsBold]
  272.         ParentFont = False
  273.       end
  274.       object GB_days: TGroupBox
  275.         Left = 132
  276.         Top = 48
  277.         Width = 357
  278.         Height = 49
  279.         HelpContext = 16
  280.         Caption = ' Days of Week '
  281.         TabOrder = 1
  282.         object CB_day1: TCheckBox
  283.           Left = 16
  284.           Top = 20
  285.           Width = 53
  286.           Height = 17
  287.           Caption = 'Mon '
  288.           TabOrder = 0
  289.         end
  290.         object CB_day2: TCheckBox
  291.           Left = 63
  292.           Top = 20
  293.           Width = 53
  294.           Height = 17
  295.           Caption = 'Tue'
  296.           TabOrder = 1
  297.         end
  298.         object CB_day3: TCheckBox
  299.           Left = 111
  300.           Top = 20
  301.           Width = 53
  302.           Height = 17
  303.           Caption = 'Wed'
  304.           TabOrder = 2
  305.         end
  306.         object CB_day4: TCheckBox
  307.           Left = 158
  308.           Top = 20
  309.           Width = 53
  310.           Height = 17
  311.           Caption = 'Thur'
  312.           TabOrder = 3
  313.         end
  314.         object CB_day5: TCheckBox
  315.           Left = 205
  316.           Top = 20
  317.           Width = 53
  318.           Height = 17
  319.           Caption = 'Fri'
  320.           TabOrder = 4
  321.         end
  322.         object CB_day6: TCheckBox
  323.           Left = 253
  324.           Top = 20
  325.           Width = 53
  326.           Height = 17
  327.           Caption = 'Sat'
  328.           TabOrder = 5
  329.         end
  330.         object CB_day7: TCheckBox
  331.           Left = 300
  332.           Top = 20
  333.           Width = 53
  334.           Height = 17
  335.           Caption = 'Sun'
  336.           TabOrder = 6
  337.         end
  338.       end
  339.       object CB_days: TCheckBox
  340.         Left = 16
  341.         Top = 68
  342.         Width = 97
  343.         Height = 17
  344.         HelpContext = 16
  345.         Caption = 'Run every day'
  346.         TabOrder = 0
  347.         OnClick = CB_daysClick
  348.       end
  349.       object CB_times: TCheckBox
  350.         Left = 16
  351.         Top = 140
  352.         Width = 101
  353.         Height = 17
  354.         HelpContext = 15
  355.         Caption = 'Run at all times'
  356.         TabOrder = 2
  357.         OnClick = CB_timesClick
  358.       end
  359.       object GB_times: TGroupBox
  360.         Left = 132
  361.         Top = 120
  362.         Width = 357
  363.         Height = 49
  364.         HelpContext = 15
  365.         Caption = ' Time of Day '
  366.         TabOrder = 3
  367.         object Label9: TLabel
  368.           Left = 16
  369.           Top = 22
  370.           Width = 97
  371.           Height = 13
  372.           Caption = 'Run only if between:'
  373.         end
  374.         object Label12: TLabel
  375.           Left = 200
  376.           Top = 22
  377.           Width = 18
  378.           Height = 13
  379.           Caption = 'and'
  380.         end
  381.         object TimeFrom: TMaskEdit
  382.           Left = 140
  383.           Top = 18
  384.           Width = 37
  385.           Height = 21
  386.           EditMask = '!00:00;0;_'
  387.           MaxLength = 5
  388.           TabOrder = 0
  389.           OnExit = TimeCheck
  390.         end
  391.         object TimeTo: TMaskEdit
  392.           Left = 240
  393.           Top = 18
  394.           Width = 37
  395.           Height = 21
  396.           EditMask = '!00:00;0;_'
  397.           MaxLength = 5
  398.           TabOrder = 1
  399.           OnExit = TimeCheck
  400.         end
  401.       end
  402.       object CB_freq: TCheckBox
  403.         Left = 16
  404.         Top = 212
  405.         Width = 105
  406.         Height = 17
  407.         HelpContext = 17
  408.         Caption = 'Run every startup'
  409.         TabOrder = 4
  410.         OnClick = CB_freqClick
  411.       end
  412.       object GB_freq: TGroupBox
  413.         Left = 132
  414.         Top = 192
  415.         Width = 357
  416.         Height = 49
  417.         HelpContext = 17
  418.         Caption = ' Frequency '
  419.         TabOrder = 5
  420.         object Label13: TLabel
  421.           Left = 16
  422.           Top = 22
  423.           Width = 110
  424.           Height = 13
  425.           Caption = 'Mimimum between runs'
  426.         end
  427.         object FreqCount: TMaskEdit
  428.           Left = 144
  429.           Top = 18
  430.           Width = 29
  431.           Height = 21
  432.           EditMask = '099;0; '
  433.           MaxLength = 3
  434.           TabOrder = 0
  435.         end
  436.         object CB_frequnits: TComboBox
  437.           Left = 188
  438.           Top = 18
  439.           Width = 145
  440.           Height = 21
  441.           ItemHeight = 13
  442.           Items.Strings = (
  443.             'Minutes'
  444.             'Hours'
  445.             'Days'
  446.             'Weeks'
  447.             'Months'
  448.             'Years')
  449.           TabOrder = 1
  450.           Text = 'Minutes'
  451.         end
  452.       end
  453.     end
  454.     object StatisticsTab: TTabSheet
  455.       HelpContext = 19
  456.       Caption = 'Statistics'
  457.       object Label7: TLabel
  458.         Left = 42
  459.         Top = 112
  460.         Width = 55
  461.         Height = 13
  462.         Caption = 'Last tested:'
  463.       end
  464.       object Tested: TLabel
  465.         Left = 148
  466.         Top = 112
  467.         Width = 51
  468.         Height = 13
  469.         Caption = '<   date   >'
  470.       end
  471.       object Label6: TLabel
  472.         Left = 42
  473.         Top = 64
  474.         Width = 70
  475.         Height = 13
  476.         Caption = 'Last executed:'
  477.       end
  478.       object Executed: TLabel
  479.         Left = 148
  480.         Top = 64
  481.         Width = 51
  482.         Height = 13
  483.         Caption = '<   date   >'
  484.       end
  485.       object Label8: TLabel
  486.         Left = 42
  487.         Top = 160
  488.         Width = 33
  489.         Height = 13
  490.         Caption = 'Result:'
  491.       end
  492.       object ExecMsg: TLabel
  493.         Left = 148
  494.         Top = 160
  495.         Width = 289
  496.         Height = 137
  497.         AutoSize = False
  498.         Caption = 'xxxxxxx'
  499.         WordWrap = True
  500.       end
  501.       object Label16: TLabel
  502.         Left = 42
  503.         Top = 26
  504.         Width = 31
  505.         Height = 13
  506.         Caption = 'Name:'
  507.       end
  508.       object StatTitle: TLabel
  509.         Left = 148
  510.         Top = 26
  511.         Width = 45
  512.         Height = 13
  513.         Caption = '<name>'
  514.         Font.Charset = ANSI_CHARSET
  515.         Font.Color = clBlack
  516.         Font.Height = -11
  517.         Font.Name = 'MS Sans Serif'
  518.         Font.Style = [fsBold]
  519.         ParentFont = False
  520.       end
  521.     end
  522.   end
  523.   object ProgramOkButton: TButton
  524.     Left = 317
  525.     Top = 349
  526.     Width = 61
  527.     Height = 20
  528.     Caption = 'OK'
  529.     Default = True
  530.     ModalResult = 1
  531.     TabOrder = 1
  532.   end
  533.   object ProgramCancelButton: TButton
  534.     Left = 385
  535.     Top = 349
  536.     Width = 61
  537.     Height = 20
  538.     Cancel = True
  539.     Caption = 'Cancel'
  540.     ModalResult = 2
  541.     TabOrder = 2
  542.   end
  543.   object ProgramHelpButton: TButton
  544.     Left = 453
  545.     Top = 349
  546.     Width = 61
  547.     Height = 20
  548.     Caption = 'Help'
  549.     TabOrder = 3
  550.     OnClick = ProgramHelpButtonClick
  551.   end
  552.   object OpenDialog: TOpenDialog
  553.     FileEditStyle = fsEdit
  554.     Filter = 'Executables|*.exe;*.com;*.bat:*.pif|All files|*.*'
  555.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofShareAware]
  556.     Title = 'Select program to execute'
  557.     Left = 16
  558.     Top = 346
  559.   end
  560. end
  561.